-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update to AssertJ 4.0 #4653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update to AssertJ 4.0 #4653
Conversation
gradle/libs.versions.toml
Outdated
@@ -3,7 +3,7 @@ ant = "1.10.15" | |||
apiguardian = "1.1.2" | |||
asciidoctorj-pdf = "2.3.19" | |||
asciidoctor-plugins = "4.0.4" # Check if workaround in documentation.gradle.kts can be removed when upgrading | |||
assertj = "3.27.3" | |||
assertj = "4.0.0-M1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We now publish snapshots:
assertj = "4.0.0-M1" | |
assertj = "4.0.0-SNAPSHOT" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! You don't publish snapshot Javadoc anywhere, do you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I'm not mistaken, the Javadoc JAR also gets generated and published to Maven Central, but I don't know how its content could be consumed/linked.
As part of version 4 work, I plan to publish the Javadoc also to our own domain to relax a bit the dependency to javadoc.io, and the new publishing will also include snapshot content.
25a3aa0
to
8911274
Compare
Looks like xmlunit needs to be adjusted due to assertj/assertj@989faf8 |
Thanks for the heads up! We'll reach out to the project about it. |
Overview
Try out AssertJ 4.0 prior to its release.
I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@API
annotations